Skip to content

Conversation

@macchian
Copy link
Owner

The SoC Soundwire DAI links are not created if the codec SDCA functions are not found in the DisCo table.
Ensure that all codec dai endpoints in codec_info_list[] are created basicly. So soc dai links can be created accordingly. If SDCA functions are not present, the logic is checking endpoints either created or skipped when the SoundWire machine driver is probed by calling asoc_sdw_parse_sdw_endpoints.

The SoC SoundWire DAI links are not created when the corresponding codec SDCA functions are not found in the DisCo table.
Ensure that all codec DAI endpoints listed in codec_info_list[] are created unconditionally, so that the SoC DAI links can be created accordingly.

If the SDCA functions are not present, the endpoints are already checked for skipped by calling asoc_sdw_parse_sdw_endpoints when soundwire machine driver is probing.

Singed-off-by: Mac Chiang mac.chiang@intel.com

@macchian macchian force-pushed the dev-sdw-default branch 3 times, most recently from d031377 to 9a0c0dc Compare January 15, 2026 11:31
If SDCA property is not present in the DisCo table, do not skip
codec dai endpoints. This ensures that dai links can still be
created from codec_info_list instead of being ignored.

Singed-off-by: Mac Chiang <mac.chiang@intel.com>
By enabling the default SoundWire driver and best_effort tplg on PTL,
functional topologies work on RT721 and multi-lane amplifier on link 3.

Signed-off-by: Mac Chiang <mac.chiang@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants